home *** CD-ROM | disk | FTP | other *** search
- object TextPasteForm: TTextPasteForm
- Tag = 99
- Left = 399
- Top = 634
- Width = 536
- Height = 252
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 528
- Height = 225
- Align = alClient
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 0
- DesignSize = (
- 528
- 225)
- object Label1: TLabel
- Left = 7
- Top = 183
- Width = 222
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Paste formatted lines above and then click OK.'
- end
- object TextMemo: TMemo
- Left = 2
- Top = 4
- Width = 511
- Height = 173
- Anchors = [akLeft, akTop, akRight, akBottom]
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- object ButtonCancel: TBitBtn
- Left = 358
- Top = 183
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 1
- Kind = bkCancel
- end
- object ButtonOk: TBitBtn
- Left = 441
- Top = 183
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 2
- Kind = bkOK
- end
- end
- end
-